home *** CD-ROM | disk | FTP | other *** search
/ Basic Instinct 2 Press Kit / Basic Instinct 2 Press Kit.iso / pc / main.dxr / FlashPaper_5_Flashpaper3.swf / scripts / DefineButton2_160 / BUTTONCONDACTION on(release).as < prev    next >
Encoding:
Text File  |  2006-03-15  |  101 b   |  5 lines

  1. on(release){
  2.    this.gotoAndStop("up");
  3.    _parent._parent.controller.popUpWindowButton(this);
  4. }
  5.